ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / MultiRowGroupHeaders Property

In This Topic
    MultiRowGroupHeaders Property
    In This Topic
    Gets or sets a value that determines whether group headers should have multiple rows instead of a single header row.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property MultiRowGroupHeaders As Boolean
    [DefaultValue(false)]
    public bool MultiRowGroupHeaders {get; set;}
    See Also